net/http.conn.server (field)
23 uses
net/http (current package)
server.go#L256: server *Server
server.go#L626: server: srv,
server.go#L980: if d := c.server.readHeaderTimeout(); d > 0 {
server.go#L983: if d := c.server.ReadTimeout; d > 0 {
server.go#L987: if d := c.server.WriteTimeout; d > 0 {
server.go#L993: c.r.setReadLimit(c.server.initialReadLimitSize())
server.go#L1147: w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1152: w.conn.server.logf("http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1191: w.conn.server.logf("http: invalid Content-Length of %q", cl)
server.go#L1261: keepAlivesEnabled := w.conn.server.doKeepAlives()
server.go#L1456: w.conn.server.logf("http: WriteHeader called with both Transfer-Encoding of %q and a Content-Length of %d",
server.go#L1618: w.conn.server.logf("http: response.Write on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1795: srv := c.server
server.go#L1869: c.server.logf("http: panic serving %v: %v\n%s", c.remoteAddr, err, buf)
server.go#L1885: tlsTO := c.server.tlsHandshakeTimeout()
server.go#L1900: c.server.logf("http: TLS handshake error from %s: %v", c.rwc.RemoteAddr(), err)
server.go#L1911: if fn := c.server.TLSNextProto[proto]; fn != nil {
server.go#L1912: h := initALPNRequest{ctx, tlsConn, serverHandler{c.server}}
server.go#L1917: fn(c.server, tlsConn, h)
server.go#L1935: if c.r.remain != c.server.initialReadLimitSize() {
server.go#L2009: serverHandler{c.server}.ServeHTTP(w, w.req)
server.go#L2026: if !w.conn.server.doKeepAlives() {
server.go#L2034: if d := c.server.idleTimeout(); d != 0 {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |